Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  EnhancedAC3

  Decoder

  DummyDecoder

  ChannelCount

  DecodeBlock(float[], long, long)

  DummyDecoder(Codec, int, long, int)

  Length

  Position

  SampleRate

  Seek(long)

  EnhancedAC3Decoder

  FrameBasedDecoder

  RIFFWaveDecoder

  Environment

  FilterSet

  Renderers

  Transcoders

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class DummyDecoder

Decoder for a format that can't be decoded.
VisibilityPublic
ExtendsDecoder

Public functions

void DecodeBlock(float[] target, long from, long to) Mark the unsupported codec on decoding.
Constructor DummyDecoder(Codec format, int channelCount, long length, int sampleRate)Decoder for a format that can't be decoded.
void Seek(long sample) Start the following reads from the selected sample.

Public properties

int ChannelCountContent channel count.
long LengthContent length in samples for a single channel.
long Position Location in the stream in samples. Unsupported for this codec.
int SampleRateBitstream sample rate.